home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2002 / Max Calendar 2002.iso / pc / Data / intro.dxr / 00016_controllo sigla Equart.ls < prev    next >
Encoding:
Text File  |  2001-10-17  |  169 b   |  11 lines

  1. on exitFrame me
  2.   cursor(-1)
  3.   if sprite(30).movieTime < sprite(30).duration then
  4.     go(the frame)
  5.   else
  6.     eliminaPuppet()
  7.     spegniQt()
  8.     go(#next)
  9.   end if
  10. end
  11.